home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 1 / Macwelt DVD 1.toast / Web-Publishing / HTML-Editoren / Alpha ƒ / Help / Alpha's www FAQ.tcl < prev    next >
Encoding:
Text File  |  2000-10-29  |  1.1 KB  |  32 lines

  1. ## -*-Tcl-*-
  2.  # ==========================================================================
  3.  #  Help Files
  4.  # 
  5.  #  FILE: "Alpha's www FAQ.tcl"
  6.  #                                    created: 10/17/00 {02:18:43 pm} 
  7.  #                                last update: 10/29/2000 {12:19:59 PM} 
  8.  #  Description: 
  9.  #  
  10.  #  Script to open the Alpha FAQ url in a browser from Alpha's Help menu.
  11.  #  
  12.  #  Donavan Hall has created an Alpha support web site which includes a
  13.  #  FAQ, some Quick Start items, tutorials, and other goodies useful for
  14.  #  both new users and Alpha developers.
  15.  #  
  16.  #  The preference "alphaHelpUrl" can set the base url for this site, in
  17.  #  case it is mirrored elsewhere.
  18.  # 
  19.  #  Author: Craig Barton Upright
  20.  #  E-mail: <cupright@princeton.edu>
  21.  #    mail: Princeton University, Department of Sociology
  22.  #          Princeton, New Jersey 08544
  23.  #     www: <http://www.princeton.edu/~cupright>
  24.  #  
  25.  # ==========================================================================
  26.  ##
  27.  
  28. if {![info exists alphaHelpUrl] || $alphaHelpUrl == ""} {
  29.     set alphaHelpUrl "http://magnet.fsu.edu/~hall/docscripting/alpha/"
  30.  
  31. url::execute ${alphaHelpUrl}